home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / LIB / GLE / Imakefile < prev    next >
Encoding:
Makefile  |  1998-08-12  |  729 b   |  31 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1994. */
  3.  
  4. #define DoNormalLib YES
  5.  
  6. #include <Library.tmpl>
  7.  
  8. #include "../../Glut.cf"
  9.  
  10. EXTRA_DEFINES = -DOPENGL_10 -DAUTO_TEXTURE -D__GUTIL_DOUBLE
  11.  
  12. SRCS = ex_angle.c ex_cut_round.c ex_raw.c extrude.c intersect.c \
  13.   rot_prince.c rotate.c round_cap.c segment.c texgen.c \
  14.   urotate.c view.c
  15.  
  16. OBJS = ex_angle.o ex_cut_round.o ex_raw.o extrude.o intersect.o \
  17.   rot_prince.o rotate.o round_cap.o segment.o texgen.o \
  18.   urotate.o view.o
  19.  
  20. #ifdef LibraryObjectRule
  21. LibraryObjectRule()
  22. #else
  23. /* XXX Very lame, you must be using pre-R5 config files!  This
  24.    will probably do essentially what LibraryObjectRule does. */
  25. NormalLibraryObjectRule()
  26. #endif
  27.  
  28. NormalLibraryTarget(gle,$(OBJS))
  29.  
  30. DependTarget()
  31.